home *** CD-ROM | disk | FTP | other *** search
/ VisualFX for ImageFX / VisualFX for Image FX 2.adf / Files / SetUp / 02 / 15.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-09-24  |  632 b   |  27 lines

  1. /*
  2.                                  Visual FX
  3.                                     For
  4.                                  Image FX
  5.                                SetUp Script
  6.                            Written By J.L. White
  7.  
  8.                          (C)1997 Merlin's Software
  9.  
  10. */
  11. parse arg Num
  12. options results
  13. address "IMAGEFX.1"
  14.  
  15.  
  16.     Gadget.1 = 'D/135/22/150/Movement Type /2/Clockwise/Counter Clockwise'
  17.     ComplexRequest  '"Select Movement Of Swirl!"' 1 Gadget 310 60
  18.     if rc ~= 0 then do
  19.         Type = 0
  20.         end
  21.     else do
  22.         Type = RESULT.1
  23.     end
  24. call open TempFile,"VFXIFX:TempDrawer/"strip(Num),W
  25. call writeln TempFile,Type
  26. call close TempFile
  27.